• frmChangePassword.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmChangePassword
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmChangePassword));
32             
this.txtUserName = new System.Windows.Forms.TextBox();
33             
this.Label4 = new System.Windows.Forms.Label();
34             
this.btnChangePassword = new System.Windows.Forms.Button();
35             
this.Label3 = new System.Windows.Forms.Label();
36             
this.txtConfirmPassword = new System.Windows.Forms.TextBox();
37             
this.txtNewPassword = new System.Windows.Forms.TextBox();
38             
this.txtOldPassword = new System.Windows.Forms.TextBox();
39             
this.Label2 = new System.Windows.Forms.Label();
40             
this.Label1 = new System.Windows.Forms.Label();
41             
this.SuspendLayout();
42             
//
43             
// txtUserName
44             
//
45             
this.txtUserName.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
46             
this.txtUserName.Location = new System.Drawing.Point(172, 35);
47             
this.txtUserName.Name = "txtUserName";
48             
this.txtUserName.Size = new System.Drawing.Size(119, 20);
49             
this.txtUserName.TabIndex = 9;
50             
//
51             
// Label4
52             
//
53             
this.Label4.AutoSize = true;
54             
this.Label4.BackColor = System.Drawing.Color.Transparent;
55             
this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
56             
this.Label4.ForeColor = System.Drawing.Color.Black;
57             
this.Label4.Location = new System.Drawing.Point(33, 38);
58             
this.Label4.Name = "Label4";
59             
this.Label4.Size = new System.Drawing.Size(69, 17);
60             
this.Label4.TabIndex = 17;
61             
this.Label4.Text = "User Name";
62             
//
63             
// btnChangePassword
64             
//
65             
this.btnChangePassword.BackColor = System.Drawing.SystemColors.ButtonHighlight;
66             
this.btnChangePassword.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67             
this.btnChangePassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
68             
this.btnChangePassword.Location = new System.Drawing.Point(103, 223);
69             
this.btnChangePassword.Name = "btnChangePassword";
70             
this.btnChangePassword.Size = new System.Drawing.Size(115, 38);
71             
this.btnChangePassword.TabIndex = 15;
72             
this.btnChangePassword.Text = "&Change Password";
73             
this.btnChangePassword.UseVisualStyleBackColor = false;
74             
this.btnChangePassword.Click += new System.EventHandler(this.Button1_Click);
75             
//
76             
// Label3
77             
//
78             
this.Label3.AutoSize = true;
79             
this.Label3.BackColor = System.Drawing.Color.Transparent;
80             
this.Label3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81             
this.Label3.ForeColor = System.Drawing.Color.Black;
82             
this.Label3.Location = new System.Drawing.Point(33, 163);
83             
this.Label3.Name = "Label3";
84             
this.Label3.Size = new System.Drawing.Size(109, 17);
85             
this.Label3.TabIndex = 16;
86             
this.Label3.Text = "Confirm Password";
87             
//
88             
// txtConfirmPassword
89             
//
90             
this.txtConfirmPassword.Location = new System.Drawing.Point(172, 160);
91             
this.txtConfirmPassword.Name = "txtConfirmPassword";
92             
this.txtConfirmPassword.PasswordChar = '*';
93             
this.txtConfirmPassword.Size = new System.Drawing.Size(119, 20);
94             
this.txtConfirmPassword.TabIndex = 14;
95             
//
96             
// txtNewPassword
97             
//
98             
this.txtNewPassword.Location = new System.Drawing.Point(172, 117);
99             
this.txtNewPassword.Name = "txtNewPassword";
100             
this.txtNewPassword.PasswordChar = '*';
101             
this.txtNewPassword.Size = new System.Drawing.Size(119, 20);
102             
this.txtNewPassword.TabIndex = 13;
103             
//
104             
// txtOldPassword
105             
//
106             
this.txtOldPassword.Location = new System.Drawing.Point(172, 75);
107             
this.txtOldPassword.Name = "txtOldPassword";
108             
this.txtOldPassword.PasswordChar = '*';
109             
this.txtOldPassword.Size = new System.Drawing.Size(119, 20);
110             
this.txtOldPassword.TabIndex = 11;
111             
//
112             
// Label2
113             
//
114             
this.Label2.AutoSize = true;
115             
this.Label2.BackColor = System.Drawing.Color.Transparent;
116             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117             
this.Label2.ForeColor = System.Drawing.Color.Black;
118             
this.Label2.Location = new System.Drawing.Point(33, 120);
119             
this.Label2.Name = "Label2";
120             
this.Label2.Size = new System.Drawing.Size(88, 17);
121             
this.Label2.TabIndex = 12;
122             
this.Label2.Text = "New Password";
123             
//
124             
// Label1
125             
//
126             
this.Label1.AutoSize = true;
127             
this.Label1.BackColor = System.Drawing.Color.Transparent;
128             
this.Label1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.Label1.ForeColor = System.Drawing.Color.Black;
130             
this.Label1.Location = new System.Drawing.Point(33, 78);
131             
this.Label1.Name = "Label1";
132             
this.Label1.Size = new System.Drawing.Size(83, 17);
133             
this.Label1.TabIndex = 10;
134             
this.Label1.Text = "Old Password";
135             
//
136             
// frmChangePassword
137             
//
138             
this.AcceptButton = this.btnChangePassword;
139             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
140             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
141             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
142             
this.ClientSize = new System.Drawing.Size(322, 284);
143             
this.Controls.Add(this.txtUserName);
144             
this.Controls.Add(this.Label4);
145             
this.Controls.Add(this.btnChangePassword);
146             
this.Controls.Add(this.Label3);
147             
this.Controls.Add(this.txtConfirmPassword);
148             
this.Controls.Add(this.txtNewPassword);
149             
this.Controls.Add(this.txtOldPassword);
150             
this.Controls.Add(this.Label2);
151             
this.Controls.Add(this.Label1);
152             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
153             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
154             
this.MaximizeBox = false;
155             
this.MinimizeBox = false;
156             
this.Name = "frmChangePassword";
157             
this.ShowIcon = false;
158             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
159             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ChangePassword_FormClosing);
160             
this.Load += new System.EventHandler(this.frmChangePassword_Load);
161             
this.ResumeLayout(false);
162             
this.PerformLayout();
163
164         }
165
166         
#endregion
167
168         
internal System.Windows.Forms.TextBox txtUserName;
169         
internal System.Windows.Forms.Label Label4;
170         
internal System.Windows.Forms.Button btnChangePassword;
171         
internal System.Windows.Forms.Label Label3;
172         
internal System.Windows.Forms.TextBox txtConfirmPassword;
173         
internal System.Windows.Forms.TextBox txtNewPassword;
174         
internal System.Windows.Forms.TextBox txtOldPassword;
175         
internal System.Windows.Forms.Label Label2;
176         
internal System.Windows.Forms.Label Label1;
177     }
178 }


Gõ tìm kiếm nhanh...